Documents for PDF, .NET Edition Documentation
AddRange Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : AddRange Method
The collection whose elements should be added to the end of the StructList<T>.
Adds the elements of the specified collection to the end of the StructList<T>.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of T) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<T> collection
)

Parameters

collection
The collection whose elements should be added to the end of the StructList<T>.
See Also

Reference

StructList<T> Class
StructList<T> Members